* {
			color: #7a7a7a;
/*     		color: #999999;  */
            font-size: 13.5px;
            font-weight: 400;
            box-sizing: border-box;
            font-family: 'georgian', Georgia, sans-serif;
			font-family: 'Monteserat', Arial, sans-serif;
        }
		body{
/* 			background-image: url("background-02alt.jpg");*/
/*			background-image: url("background-02alt.jpg");*/
			background-size:100% 100%;
			
		}
		h1{
			color:white;
			background-color:#ab4147;
			text-align:left;
			font-size:25px;
			text-indent:10px;
		}
		h2{
			text-align:left;
			font-size: 20px;
		}
		h3{text-align:left;}
		strong, b {
			font-weight: bold;
		}
		p{
			font-size: 13.5px;
			text-align:left;
			line-height:1.5;
		}
		a{
			font-size: 13.5px;
			text-align:left;
			line-height:1.5;
		}
		a.TeamName{
			font-size: 18px;
			text-align:left;
			line-height:2;
		}
		ul, li{
			font-size: 13.5px;
			text-align:left;
			line-height:2;
/*			font-weight: 800;*/
			
		}
		a.red:focus   { background-color: #ab4147; color: white; font-size: 25px;}
		a.red:hover   { background-color: #ab4147; color: white; font-size: 25px;}
		a.red:active  { background-color: #ab4147; color: white; font-size: 25px;}	

		a.yellow:focus   { background-color: #fdd646; color: white; font-size: 25px;}
		a.yellow:hover   { background-color: #fdd646; color: white; font-size: 25px;}
		a.yellow:active  { background-color: #fdd646; color: white; font-size: 25px;}	

		a.blue:focus   { background-color: #414e7b; color: white; font-size: 25px;}
		a.blue:hover   { background-color: #414e7b; color: white; font-size: 25px;}
		a.blue:active  { background-color: #414e7b; color: white; font-size: 25px;}	

		a.green:focus   { background-color: #3ca156; color: white; font-size: 25px;}
		a.green:hover   { background-color: #3ca156; color: white; font-size: 25px;}
		a.green:active  { background-color: #3ca156; color: white; font-size: 25px;}	

		.Bilder_Haupt {
		  display: block;
		  margin-left: auto;
		  margin-right: auto;
		  width: 70%;
		  height=auto;
		}
		
		.Bilder_Team_mini {
			
		  display: block;
		  width: 80;
		  height: 90;
		  margin: 0 10px;
		}

		.Bilder_Leistungen_mini {
		  display: block;
		  margin-left: auto;
		  margin-right: auto;
		  width: 100%;
		  height=auto;
		}
		figure
		{ 
			text-align: center; 
		}
		
		figcaption
		{
			display: inline-block;
			text-align: left;
		}
		
        header,
        nav,
        section,
        aside,
        footer {
            text-align: center;
            border-radius: 7px;
            padding: 15px;
            box-shadow: 0 5px 15px rgba(0,0,0,.08);
			background-color: rgb(253, 253, 253, 0.8);
        }
 
        header {
            width: 25%;
            margin: 25px 25px 25px 25px;
            display: inline-block;
			text-align:left;
			color:white;
        }
 
        nav {
            width: calc(75% - 75px);
            margin: 55px 25px 25px 0px;
            float: right;
        }
 
        aside {
            width: 25%;
            float: left;
            min-height: 17px;
			padding: 30px;
			
        }
 
        section {
            float: left;
            width: calc(75% - 75px);
            margin: 0 50px 25px 25px;
			padding: 50px;
			
        }
 
        section header,
        section article,
        section footer {
            width: 100%;
            border-radius: 7px;
            border: 1px solid #e5e5e5;
            box-shadow: none;
            margin: 25px 0px 0px 0px;
            padding: 50px;
        }
 
        footer {
            width: 96.5%;
            margin: 25px 25px 0px 25px;
            clear: both;
        }